home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameI / Spada.dir / 00008_Script_8 < prev    next >
Text File  |  1997-11-24  |  631b  |  36 lines

  1. on exitFrame
  2.   global oldloc
  3.   
  4.   if rollover(36) then
  5.     set the visible of sprite 36 to 1
  6.   end if
  7.   
  8.   if rollover(35) then
  9.     set the visible of sprite 35 to 1
  10.   end if
  11.   
  12.   if rollover(37) then
  13.     set the visible of sprite 37 to 1
  14.   end if
  15.   
  16.   if rollover(38) then
  17.     set the visible of sprite 38 to 1
  18.   end if
  19.   
  20.   if rollover(39) then
  21.     set the visible of sprite 39 to 1
  22.   end if
  23.   
  24.   if rollover(40) then
  25.     set the visible of sprite 40 to 1
  26.   end if
  27.   
  28.   
  29.   if not soundbusy (2) and random (100) >98  then
  30.     puppetsound 2, "base" & random(6)
  31.   end if
  32.  
  33.   
  34.   go the frame
  35.   
  36. end